home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #3 / Amiga Plus CD - 1998 - No. 3.iso / pd / spiele / progammon2.3 / dicetests / dicetest1 < prev    next >
Text File  |  1997-12-08  |  1KB  |  31 lines

  1.  
  2.  A pair of dice are being rolled 108 000 times to check for randomness.
  3.  This test takes about 33 seconds on a 68882 @ 33mhz.  Each combination
  4.  should occur 1/36th of the time (i.e. 3000).
  5.  Test time = 32.94 seconds.
  6.  
  7.  
  8.          1        2        3        4        5        6 
  9.  
  10.  1     2929     2957     2985     3013     3064     2954
  11.  2     3012     3079     2982     3061     3009     3103
  12.  3     2968     3057     3120     2970     3040     2945
  13.  4     2983     3041     2998     2974     2951     3024
  14.  5     3081     3051     2962     2971     3001     2885
  15.  6     2978     2968     2962     3006     2982     2934
  16.  
  17.  The same two times in a row. (i.e. 1/36 * 108 000)
  18.       Theory = 3000   Actual = 3077
  19.  
  20.  Opposite but still the same two times in a row.
  21.       Theory = 3000   Actual = 3030
  22.  
  23.  The same three times in a row. (i.e. 1/1296 * 108 000)
  24.       Theory = 83   Actual = 78
  25.  
  26.  Doubles. (i.e. 1/6 of 108 000)
  27.       Theory = 18 000   Actual = 18037
  28.  
  29.  Total of all rolls including doubles. (i.e. 8.167 * 108 000)
  30.       Theory = 882 000   Actual = 880786
  31.